-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Argent one button connector UI #138
Feat: Argent one button connector UI #138
Conversation
@@ -15,6 +16,8 @@ | |||
? wallet.icon.dark | |||
: wallet.icon.light | |||
const isSvg = icon?.startsWith("<svg") | |||
|
|||
console.log(wallet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wip
export let theme: "light" | "dark" | null = null | ||
|
||
let loadingItem: string | false = false | ||
console.log(modalWallets) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wip
import ConnectorButton from "./ConnectorButton.svelte" | ||
import type { StarknetkitConnector } from "../connectors/connector" | ||
import { InjectedConnector } from "../connectors/injected" | ||
// import { onMount } from "svelte" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all these comments are placeholders or can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wip
} catch {} | ||
return | ||
} | ||
<!-- <WalletList {walletList} />--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same q for these comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wip
</svg> | ||
</span> | ||
</header> | ||
<!--{#if !isInAppBrowser && modalWallets.length > 1}--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same q for these comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple of comments, lgtm
Issue / feature description
Adding UI elements for 1 button connector feature
Checklist